home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Tumbler and Podium / Tumbler_ErrorHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-14  |  300 b   |  11 lines  |  [TEXT/MPCC]

  1. #ifndef _MYERROR_HANDLER_
  2. #define _MYERROR_HANDLER_
  3.  
  4. #include "QD3D.h"
  5. #include "QD3DErrors.h"
  6.  
  7. void MyErrorHandler( TQ3Error error, TQ3Error error2, long  refCon ) ;
  8. void MyWarningHandler( TQ3Warning sticky, TQ3Warning latest, long refCon ) ;
  9.  
  10. extern const int kErrorHandlerAlertID ; // 21032
  11. #endif